home *** CD-ROM | disk | FTP | other *** search
-
-
-
- iiiiffffllllPPPPPPPPMMMM((((3333)))) IIIImmmmaaaaggggeeee FFFFoooorrrrmmmmaaaatttt LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll iiiiffffllllPPPPPPPPMMMM((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- iiiiffffllllPPPPPPPPMMMM - PPM file format
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <ifl/iflPPM.h>
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This IFL format provides support for reading and writing image files with
- the Portable Bitmap format (PPM). This file format is suitable for
- archiving multicolor and monochromatic image data. It includes the
- formats PPM, PGM, PBM, PNM, RPPM, RPGM, RPBM, and RPNM.
-
- The default extensions for image files in the PPM format are '.ppm', When
- you create a file with one of these extensions IFL will assume you want
- the PPM format, unless you override it with the iflFormat parameter.
-
- In addition to all the standard iflFile methods, this format supprts an
- number of format specific operations via the ggggeeeettttIIIItttteeeemmmm() and sssseeeettttIIIItttteeeemmmm()
- methods. The tag values supported by theses methods are enumerated in
- the following sections.
-
- TTTTAAAAGGGG VVVVAAAALLLLUUUUEEEESSSS FFFFOOOORRRR GGGGEEEETTTT IIIITTTTEEEEMMMM
- The followng tag values are supported with ggggeeeettttIIIItttteeeemmmm():
-
- iiiiffffllllPPPPPPPPMMMMwwwwrrrriiiitttteeeeAAAASSSSCCCCIIIIIIII
- iflStatus getItem(iiiiffffllllPPPPPPPPMMMMwwwwrrrriiiitttteeeeAAAASSSSCCCCIIIIIIII, int* on)
-
-
- This function returns TRUE in 'on' if ASCII output is enabled; FALSE
- otherwise.
-
- TTTTAAAAGGGG VVVVAAAALLLLUUUUEEEESSSS FFFFOOOORRRR SSSSEEEETTTT IIIITTTTEEEEMMMM
- The followng tag values are supported with sssseeeettttIIIItttteeeemmmm():
-
- iiiiffffllllPPPPPPPPMMMMwwwwrrrriiiitttteeeeAAAASSSSCCCCIIIIIIII
- iflStatus setItem(iiiiffffllllPPPPPPPPMMMMwwwwrrrriiiitttteeeeAAAASSSSCCCCIIIIIIII, int on)
-
-
- This function can be used to enable ASCII output while writing a PPM
- file, by setting 'on' = TRUE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-